packages: Move from our own containerd v1 RPM to containerd.io v2 RPM from docker repo#4821
Conversation
Hello teddyandrieux,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
4dc4b37 to
c67a534
Compare
Using this config_path patern allow to change the registries configuration without restarting the containerd service
Let's migrate to the official containerd package from docker repository and no longer build and maintain our own containerd package. Due to this change, downgrade is not supported from 133 to 132, it could be possible to handle this case but it would require extra work to downgrade containerd and config before running the downgrade since "old" salt states cannot be used to perform this downgrade since `containerd.io` version we install "obsoletes" the `containerd` version we have in older version. That's why we decided to not support this downgrade path. Fixes: MK8S-151
c67a534 to
14b2ab5
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
|
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
Let's migrate to the official containerd package from docker repository and no longer build and maintain our own containerd package.
Due to this change, downgrade is not supported from 133 to 132, it could be possible to handle this case but it would require extra work to downgrade containerd and config before running the downgrade since "old" salt states cannot be used to perform this downgrade since
containerd.ioversion we install "obsoletes" thecontainerdversion we have in older version.That's why we decided to not support this downgrade path.
This PR also leverage the usage of
config_pathfor containerd mirrors so that we do not need to restart containerd on registry mirror changesFixes: MK8S-151